[Top] [Prev] [Next] [Bottom] [Contents]

getInOp

boolean getInOp

Definition

Returns True if the last insert or update is not found in the returned data from refresh. Usually this will occur if the sent data is "translated" by the database and therefore does not match character for character. It also might mean that the insert or update failed. If you get the last error, the insert failure should report a message. To remove this condition, you should reposition the current row of the row set.

Java Script Example:

var x;
x = document.sajsset.getInOp();

VBScript Example:

Dim x
x = document.sajsset.getInOp



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.